home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000155_fdc@watsun.cc.columbia.edu_Fri Nov 16 17:09:06 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  67 lines

  1. Article: 12976 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: File Transfer Problem(s)
  6. Date: 16 Nov 2001 22:08:17 GMT
  7. Organization: Columbia University
  8. Lines: 50
  9. Message-ID: <9t42oh$jem$1@newsmaster.cc.columbia.edu>
  10. References: <23521c90.0111161349.58735989@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1005948497 19926 128.59.39.2 (16 Nov 2001 22:08:17 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 16 Nov 2001 22:08:17 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12976
  16.  
  17. In article <23521c90.0111161349.58735989@posting.google.com>,
  18. Juan Sutton <jcsutton@usa.com> wrote:
  19. : I am working on my second Kermit project :-).  I am using an external
  20. : NEC 9635 E modem to dial out.  The modem type I am using is
  21. : "generic-high-speed".  I have to use even parity.
  22. : I am using Kermit as a local client and attempting to transfer files
  23. : from an STP switch (SS7 Network).  I don't know what version of
  24. : Kermit, or the underlying OS that is running on these switches :-(. 
  25. : The local version of Kermit is: C-Kermit 7.0.196, 1 Jan 2000, for IBM
  26. : AIX 4.3
  27. : After sending a few initial commands I prepare a transfer from the
  28. : switch like so:  act-file-trns:loc=####
  29. : I then get a message like this:  "Awaiting File Transfer with remote. 
  30. : Please initiate binary Kermit session on local computer."
  31. : The fun stops when I attempt to actually receive these files using
  32. : "receive" or "get <file>" from the remote using binary mode.  I get
  33. : either an "unknown" or "timeout" error.  I have played with every
  34. : setting mentioned in Chapter 10 (Solving File Transfer Problems). 
  35. : These include parity, flow-control, duplex, and handshake among
  36. : others.  I have even tried the "robust" command.
  37. : Another guy in my company can transfer the file fine using ProComm's
  38. : built in Kermit capabilities.
  39. :
  40. I don't think ProComm supports client/server GET, so the command would
  41. most likely be RECEIVE.
  42.  
  43. : I am out of ideas.  Any suggestions?
  44. Lots.  Read the C-Kermit 7.0 Update notes section on Coping with Faulty
  45. Kermit Implementations:
  46.  
  47.   http://www.columbia.edu/kermit/ckermit2.html#x4.22
  48.  
  49. At least one of the tricks in that section should help, but if none of
  50. them do, then install C-Kermit 8.0:
  51.  
  52.   http://www.columbia.edu/kermit/ck80.html
  53.  
  54. and try the additional tricks listed here:
  55.  
  56.   http://www.columbia.edu/kermit/ckermit3.html#x15
  57.  
  58. If you still have no joy, report back here.
  59.  
  60. - Frank
  61.